Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-223203 | JUSX-DM-000084 | SV-223203r513298_rule | Medium |
Description |
---|
The loopback interface is a logical interface and has no physical port. Since the interface and addresses ranges are well-known, this port must be filtered to protect the Juniper SRX from attacks. |
STIG | Date |
---|---|
Juniper SRX SG NDM Security Technical Implementation Guide | 2021-03-25 |
Check Text ( C-24876r513296_chk ) |
---|
If the loopback interface is not used, this is not applicable. Verify the loopback interface is protected by firewall filters. [edit] show interfaces lo0 If the loopback interface is not configured with IPv6 and IPv4 firewall filters, this is a finding. |
Fix Text (F-24864r513297_fix) |
---|
If the loopback interface is used, configure firewall filters. The following is an example of configuring a loopback address with filters on the device. It shows the format of both IPv4 and IPv6 addresses being applied to the interface. The first two commands show firewall filters being applied to the interface. [edit] set interfaces lo0 unit 0 family inet filter input protect_re set interfaces lo0 unit 0 family inet6 filter input protect_re-v6 set interfaces lo0 unit 0 family inet address 1.1.1.250/32 set interfaces lo0 unit 0 family inet6 address 2100::250/128 |